Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C API for renumbering the samples #3724

Merged
merged 23 commits into from
Jul 25, 2023

Conversation

ChuckHastings
Copy link
Collaborator

Definition of C API for renumbering of sampling results.

@ChuckHastings ChuckHastings self-assigned this Jul 20, 2023
@ChuckHastings ChuckHastings added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Jul 20, 2023
@ChuckHastings ChuckHastings added this to the 23.08 milestone Jul 20, 2023
std::optional<rmm::device_uvector<vertex_t>> renumber_map{std::nullopt};
std::optional<rmm::device_uvector<size_t>> renumber_map_offsets{std::nullopt};

#if 0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this is disabled pending Seunghwa's PR getting merged?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Just pushed an update with a version of Seunghwa's branch merged in (not the latest).

edge_label->size()},
raft::device_span<size_t const>{offsets->data(),
offsets->size()}))
do_expensive_check);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
do_expensive_check);
,do_expensive_check_);

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed once I debugged :-)

Copy link
Member

@alexbarghi-nv alexbarghi-nv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, working 👍

@ChuckHastings ChuckHastings marked this pull request as ready for review July 24, 2023 22:21
@ChuckHastings ChuckHastings requested a review from a team as a code owner July 24, 2023 22:21
Copy link
Contributor

@seunghwak seunghwak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ChuckHastings
Copy link
Collaborator Author

/merge

@rapids-bot rapids-bot bot merged commit b09763d into rapidsai:branch-23.08 Jul 25, 2023
55 checks passed
@ChuckHastings ChuckHastings deleted the mfg_capi branch September 27, 2023 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants